home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / util / boot / TheChoice2.readme < prev    next >
Encoding:
Text File  |  1996-10-11  |  5.4 KB  |  136 lines

  1. Short:    TheChoice V2.20 - Simple Program Selector
  2. Author:   c_wich@river.prima.ruhr.de (Carsten Wich)
  3. Uploader: c_wich@river.prima.ruhr.de (Carsten Wich)
  4. Type:     util/boot
  5.  
  6.                              ===================
  7.                              = TheChoice V2.20 =
  8.                              ===================
  9.                              Release: 09.09.1996
  10.                               Copyright 1993-96
  11.                                      by
  12.                                 Carsten Wich
  13.                                Hagebuttenweg 34
  14.                                D-44289 Dortmund
  15.                                    Germany
  16.                             Phone: +49-2304-43692
  17.                       E-Mail: c_wich@river.prima.ruhr.de
  18.  
  19.                          Bank Account No. 315 1048 400
  20.                                 BLZ 441 600 14
  21.                               Volksbank Dortmund
  22.  
  23.  
  24. INTRODUCTION
  25. ============
  26.  
  27. The Choice is a small Program Selector especially useful for Game Partitions
  28. on Harddisks, SyQuests or even CD-ROMs.
  29. I first wrote it in Modula2 (M2Amiga) because I just found no simple program
  30. selector that fully suits my needs. Although the first version of it worked
  31. good enought for me, some of my friends liked the program very much and made
  32. some proposals for future versions. I switched to SAS-C because the support
  33. for M2Amiga is not that good anymore. Especially the lack of actual includes
  34. for OS3.1 really bothered me. I have completly rewritten the code in the C
  35. programming language and made a lot of improvements.
  36. TheChoice runs on every possible screenmode, even on graphic cards !
  37.  
  38.  
  39. LEAGAL THINKS
  40. =============
  41.  
  42. TheChoice Copyright (c) 1993-1996 Carsten Wich can be freely distributed,
  43. as long as the whole archive 'TheChoice2.lha' is copied and all of the
  44. files are in their original form without any changes.
  45. Upload to BBS's and includions on any cover disks or CD's is WELCOMED.
  46. This software is published without any warranties. The author does NOT take
  47. any responsibilities for any defects on soft- or hardware, that may result
  48. by this program or by using this program.
  49. I have tried to write the program code according to the AMIGA User Interface
  50. Style Guide and the AMIGA ROM Kernel Reference Manuals V2.04 so that the
  51. program should run correctly on any future operating systems. It is also
  52. tested with Enforcer.
  53. Although this program may be freely distibuted and used it would be very nice
  54. of the people who permanently use it to send me a small fee (I would say at
  55. 15,- DM or $10,- US) as a little acknowledgement for my work. You can send
  56. it cash, as a EuroCheque or via a Bank Transfer on my Bank Account.
  57. This would increase my motivation to develop the program even further.
  58.  
  59.  
  60. FILES
  61. =====
  62.  
  63. Listing of archive 'TheChoice2.lha':
  64. Original  Packed Ratio    Date     Time    Name
  65. -------- ------- ----- --------- --------  -------------
  66.    13656    8270 39.4% 09-Sep-96 13:23:34  TheChoice
  67.      411     198 51.8% 14-Oct-95 10:28:04  TheChoice.config
  68.      904     603 33.2% 09-Sep-96 13:25:20  TheChoice.info
  69.    12256    4908 59.9% 09-Sep-96 13:30:12  TheChoice.ReadMe
  70.     1432     538 62.4% 14-Oct-95 10:29:22  TheChoice.ReadMe.info
  71. -------- ------- ----- --------- --------
  72.    28659   14517 49.3% 09-Sep-96 13:30:48   5 files
  73.  
  74.  
  75. SYSTEMREQUIREMENTS
  76. ==================
  77.  
  78. The program only needs a minimal Amiga System :
  79.  
  80.   - Any Amiga with at least 512 KB RAM
  81.   - OS >= 2.04 (V37)
  82.   - diskfont.library min. V36 when you want to select another font than the
  83.     default one
  84.   - OS >= 3.0 (V39) for CLOSEQUIET option (optional)
  85.   - lowlevel.library >= V40 for Joystick support (optional)
  86.  
  87.  
  88. HISTORY
  89. =======
  90.  
  91. 2.20 - 09.09.1996 - Fifth AmiNet Release
  92.      - Added Joystick and Keyboard control (Joystick control requires
  93.        'lowlevel.library' >= V40)
  94.      - Added the CLOSEQUIET option
  95.  
  96. 2.13 - 21.01.1996 - Fourth AmiNet Release
  97.      - Bugfix: TheChoice crashed if a new configfile could not be read in for
  98.        some reason
  99.  
  100. 2.12 - 20.01.1996 - Third AmiNet Release
  101.      - Renamed the RAMSCRIPT Tooltype and shell argument to SCRIPT
  102.      - some more code optimization resulting in the executable beeing about
  103.        7K (!) smaller
  104.      - TheChoice now returns errorcodes to the calling environment
  105.  
  106. 2.11 - 16.01.1996 - internal beta version
  107.      - some code optimization resulting in the executable being 150 bytes
  108.        smaller
  109.  
  110. 2.10 - 16.01.1996 - internal beta version
  111.      - compiled with SAS-C V6.56
  112.      - some code cleanup
  113.      - added the possibility to read in a new config file
  114.  
  115. 2.00 - 14.10.1995 - Second AmiNet Release
  116.      - Completly rewritten in SAS-C V6.55
  117.      - Runs on any screenmode using any font.
  118.      - The maximum number of programs / gadgets now depends on the chosen screen
  119.        mode and font.
  120.      - Can be configured using shell arguments or tooltypes.
  121.      - Supports borderless windows and onebitplane screens.
  122.      - No source code made publically available anymore.
  123.  
  124.  
  125. ============================= Archive contents =============================
  126.  
  127. Original  Packed Ratio    Date     Time    Name
  128. -------- ------- ----- --------- --------  -------------
  129.    13656    8270 39.4% 09-Sep-96 13:23:34  TheChoice
  130.      411     198 51.8% 14-Oct-95 10:28:04  TheChoice.config
  131.      904     603 33.2% 09-Sep-96 13:25:20  TheChoice.info
  132.    12256    4908 59.9% 09-Sep-96 13:30:12  TheChoice.ReadMe
  133.     1432     538 62.4% 14-Oct-95 10:29:22  TheChoice.ReadMe.info
  134. -------- ------- ----- --------- --------
  135.    28659   14517 49.3% 11-Sep-96 14:58:10   5 files
  136.